home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00113.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  370 b   |  22 lines

  1. on sel1
  2.   global sel, t1, drums
  3.   set sel to 1
  4.   if drums = 0 then
  5.     puppetSound(1, 0)
  6.     puppetSound(1, 111)
  7.     set drums to 1
  8.   end if
  9.   if t1 = 2 then
  10.     puppetSound(4, 0)
  11.     puppetSound(4, 130)
  12.     puppetSound(3, 0)
  13.     puppetSound(3, 125)
  14.     set t1 to 3
  15.   else
  16.     puppetSound(4, 0)
  17.     puppetSound(3, 0)
  18.     puppetSound(3, 126)
  19.     set t1 to 2
  20.   end if
  21. end
  22.